-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add links to subdir licenses #1218
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one looks good to me as an incremental change we can merge without waiting for Jae, though I think we should reorganise as per #1200 as that solves a couple more things (ie. no ambiguity on examples
directory).
Co-authored-by: Morgan <git@howl.moe>
Alright, so which would you prefer: merging this PR now or merging your PR first and then fixing this one after? |
Let's merge this one for now, and wait on jae for #1200. |
<!-- please provide a detailed description of the changes made in this pull request. --> Presents the various subdirectory licenses within the main license file (project root). Closes gnolang/devrel#17 <details><summary>Contributors' checklist...</summary> - [x] Added new tests, or not needed, or not feasible - [x] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [x] Updated the official documentation or not needed - [x] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [ ] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md). </details> --------- Co-authored-by: Morgan <git@howl.moe>
Presents the various subdirectory licenses within the main license file (project root).
Closes: 17
Contributors' checklist...
BREAKING CHANGE: xxx
message was included in the description